.wrap{
    position: relative;
	margin-top: 20px;
	overflow: hidden;
}
.main{
    width: 860px;
	float: left;
	display: block;
}
.index_top{
    margin-bottom: 5px;
    overflow: hidden;
}
.index_top .toutiao_left {
    position: relative;
    z-index: 1;
	border-radius: 4px;
    overflow: hidden;
    background: rgba(255,255,255,.15);
	height: 320px;
    direction: ltr;
	width: 620px;
}
.index_top .toutiao_right{
    width: 226px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.toutiao_left .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 50px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	-webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .1;
    filter: alpha(opacify=10);
    cursor: auto;
    pointer-events: none;
}
.toutiao_left .swiper-button-next,.toutiao_left .swiper-button-prev {
	width: 30px;
	height: 40px;
	margin-top: -20px;
	opacity: 0;
	background: 0 0;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
    top: 50%;
	z-index: 10;
}

@media (max-width:991px) {
	.toutiao_left .swiper-button-next,.toutiao_left .swiper-button-prev {
		display: none
	}
}
.toutiao_left .swiper-button-next:before,.toutiao_left .swiper-button-prev:before {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	content: "";
	border-radius: 4px
}
.toutiao_left .swiper-button-next .wi,.toutiao_left .swiper-button-prev .wi {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-align: center
}
.toutiao_left .swiper-button-next:before {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}
.toutiao_left .swiper-button-prev {
	left: -20px
}
.toutiao_left .swiper-button-prev:before {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}
.toutiao_left .swiper-button-next {
	left: auto;
	right: -20px
}
.toutiao_left:hover .swiper-button-next,.toutiao_left:hover .swiper-button-prev {
	opacity: .7
}
.toutiao_left:hover .swiper-button-next:hover,.toutiao_left:hover .swiper-button-prev:hover {
	opacity: 1
}
.toutiao_left:hover .swiper-button-prev {
	left: 0
}
.toutiao_left:hover .swiper-button-next {
	right: 0
}
.toutiao_left .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
	height: 6px;
	font-size: 0;
	width: auto;
    right: 20px;
    left: auto;
    bottom: 26px;
}
.toutiao_left .swiper-pagination span {
	display: inline-block;
	background: #fff;
    opacity: .8;
	cursor: pointer;
	-webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	height: 6px;
    width: 8px;
    margin: 0 3px!important;
    border-radius: 6px!important;
    background-color: rgba(255,255,255,.8);
    vertical-align: top;
}
.toutiao_left .swiper-pagination .swiper-pagination-bullet-active {
	width: 18px;
	background-color: var(--theme-color);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.toutiao_left .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
	position: relative;
}
.toutiao_left .swiper-slide>a {
	display: block;
	height: 100%
}
.toutiao_left .swiper-slide img {
	width: 100%;
	height: auto;
	/* -o-object-fit: cover;
	
	object-fit: cover; */
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.toutiao_left .swiper-slide:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s
}
.toutiao_left .slide-title {
	position: absolute;
	z-index: 1;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 40px 20px 16px;
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 500;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #262626;
	background: -o-linear-gradient(top,transparent,rgba(0,0,0,.7));
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.7))
}

.toutiao_left .slide-title a {
	display: block;
	color: #fff;
	width: 80%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.toutiao_left .slide-title a:focus,.toutiao_left .slide-title a:hover {
	text-decoration: none
}
.toutiao_right li {
	border-radius: 4px;
	overflow: hidden;
	background: rgba(255,255,255,.15);
	position: relative;
    height: 153px;
    margin-bottom: 14px;
}
.toutiao_right li a {
    display: block;
}
.toutiao_right li img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.toutiao_right li span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: -o-linear-gradient(top,transparent,rgba(0,0,0,.7));
    background: linear-gradient(180deg,transparent,rgba(0,0,0,.7));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.toutiao_right li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.index_zhunti{
    margin-bottom: 20px;
    background: #fff;
}
.index_tit{
    position: relative;
    overflow: hidden;
	padding: 20px 20px 0;
}
.index_tit h3{
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #262626;
}
.index_tit h3 span{
    position: relative;
    display: inline-block;
    color: #262626;
}
.index_tit h3 small{
    display: inline-block;
    font-size: 14px;
    margin-left: 10px;
    color: #5a5a5a;
    font-weight: 400;
    line-height: inherit;
    vertical-align: top;
}
.index_tit h3 .more{
    float: right;
    font-size: 14px;
    font-weight: 400;
    color: #828282;
	-webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.index_tit h3 .more:hover {
    color: var(--theme-hover);
    text-decoration: none;
}

.zhunti_box{
    padding: 20px;
}
.zhunti_box .zhunti_list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -15px;
    margin-bottom: -15px;
}
.zhunti_box .zhunti_list li{
    padding: 0 0 15px 15px;
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.zhunti_box .zhunti_list li a{
    position: relative;
    display: block;
    width: 100%;
    text-decoration: none;
    border-radius: 4px;
    overflow: hidden;
}
.zhunti_box .zhunti_list li .pic{}
.zhunti_box .zhunti_list li .pic img{
    -webkit-transition: -webkit-transform .3s ease-out 0s;
    -o-transition: transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s;
    transition: transform .3s ease-out 0s,-webkit-transform .3s ease-out 0s;
	width: 100%;
    height: 150px;
    vertical-align: top;
}
.zhunti_box .zhunti_list li span{
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
	position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    top: 50%;
    width: 100%;
    margin-top: -10px;
    padding: 0 15px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.zhunti_box .zhunti_list li a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.zhunti_box .zhunti_list li a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0,0,0,.3);
}
.zhunti_box .zhunti_list li a:hover:after {
    opacity: .7;
	-webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}


.index_tabs{
    margin-bottom: 20px;
    background: #fff;
}
.index_ntit{
    position: relative;
    overflow: hidden;
	padding: 20px 20px 0;
}
.index_ntit .list_tabs{
    white-space: nowrap;
    overflow: hidden;
	border-bottom: 1px solid rgba(99,99,99,.1);
	margin-bottom: -1px;
	height: 60px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}
.index_ntit .list_tabs li{
    position: relative;
    display: inline-block;
    margin-right: 17px;
    vertical-align: middle;
}
.index_ntit .list_tabs li a{
    display: block;
    font-size: 16px;
    color: #5a5a5a;
    line-height: 58px;
    font-weight: 400;
    text-decoration: none;
}
.index_ntit .list_tabs li .tab-underscore{
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: var(--theme-color);
    border-radius: 2px;
    content: "";
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.index_ntit .list_tabs li.active a{
    position: relative;
    color: var(--theme-color);
    font-weight: 500;
}

.books-article_li{}
.books-article_li ul{
    padding: 0 20px;
	min-height: 200px;
	margin-top: 1px;
	display: none;
}
.books-article_li ul.active{
    display: block;
}
.books-article_li ul li{
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid rgba(239,239,239,.8);
    overflow: hidden;
	display: block;
}
.books-article_li .item-content{
    position: relative;
    width: 100%;
}
.books-article_li .item-content .item-title{
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}
.books-article_li .item-content .item-title a{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	color: #262626;
    max-height: 56px;
    text-decoration: none;
}
.books-article_li .item-content .item_left{}
.books-article_li .item-content .item_left .item-img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
}
.books-article_li .item-content .item_left .item-img span{
    position: relative;
    width: 24.25%;
    overflow: hidden;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.books-article_li .item-content .item_left .item-img span:before {
    position: relative;
    z-index: 1;
    display: block;
    content: "";
    padding-top: 62.5%;
}
.books-article_li .item-content .item_left .item-img span i{
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.books-article_li .item-content .item_right{}
.books-article_li .item-content .item_right .dec{
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	margin-bottom: 10px;
    line-height: 1.625;
    color: #5a5a5a;
    font-size: 15px;
	height: auto;
}
.books-article_li .item-content .item_right .dec p{}
.books-article_li .item_right .item-info{
    position: relative;
    bottom: 0;
    width: 100%;
    color: #828282;
    font-size: 12px;
}
.books-article_li .item_right .item-info .faburen{
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 24px;
}
.books-article_li .item_right .item-info .faburen a{
    color: #828282;
    text-decoration: none;
	height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: top;
}
.books-article_li .item_right .item-info .faburen img{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    border-radius: 50%;
    background: #f5f5f5;
    vertical-align: top;
}
.books-article_li .item_right .item-info .faburen span{}
.books-article_li .item_right .item-info .date{
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 24px;
}
.books-article_li .item_right .item-info .dian{
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
	margin-left: -7px;
    margin-right: 8px;
    font-size: 20px;
    opacity: .8;
}
.books-article_li .item_right .item-info .lanmu{
    color: #828282;
    text-decoration: none;
	display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    line-height: 24px;
}
.books-article_li .item_right .item-info .item-right-ico{
    float: right;
}
.books-article_li .itemdt .item-content .item-title a{
    position: absolute;
    left: 32%;
}
.books-article_li .itemdt .item-content .item_left{
    float: left;
    width: 30%;
}
.books-article_li .itemdt .item-content .item_right{
    float: left;
    width: 68%;
    margin-left: 2%;
}
.books-article_li .itemdt .item-content .item_right .dec{
    margin-top: 40px;
}
.books-article_li .itemdt .item-content .item_left .item-img span{
    width: 100%;
}
.nmore{
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.nmore a{
    padding-left: 90px;
    padding-right: 90px;
    font-weight: 400;
    color: var(--theme-color);
    border-color: var(--theme-color);
}
.nmore a:focus, .nmore a:hover {
    color: #fff!important;
    border-color: var(--theme-hover);
    background: var(--theme-hover);
}


.right-aside{
    width: 300px;
    float: right;
}
.right-aside .right-aside_item{
    margin-bottom: 20px;
    padding: 15px;
    background: #fff;
}
.right-aside .right-aside_tit{
    margin: 2px 0 15px;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
	position: relative;
}
.right-aside .right-aside_tit:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.right-aside .right-aside_tit .more{
    float: right;
    font-size: 13px;
    font-weight: 400;
    color: #828282;
    line-height: 19px;
}
.right-aside .right-aside_tit i{}
.right-aside .redianzx{}
.right-aside .redianzx ul{
    margin-left: 1px;
    line-height: 1.6;
    border-left: 1px dashed #f1eded;
}
.right-aside .redianzx li{
    position: relative;
    margin-bottom: 15px;
    padding: 5px 0 5px 18px;
    line-height: 1.6;
}
.right-aside .redianzx li:after, .right-aside .redianzx li:before {
    position: absolute;
    margin-left: -6px;
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 6px;
    border: 4px solid var(--theme-color);
    background: #fff;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: .3;
    content: "";
}
.right-aside .redianzx li:before {
    border: 4px solid #fff;
    opacity: 1;
}
.right-aside .redianzx li .tit{
    color: #262626;
    font-size: 14px;
    display: block;
}
.right-aside .redianzx li .date{
    margin-top: 10px;
    color: #828282;
}
.right-aside .redianzx li .time{
    margin-right: 4px;
    font-size: 12px;
    vertical-align: top;
	line-height: 22px;
}
.right-aside .zxwz{}
.right-aside .zxwz ul{}
.right-aside .zxwz li{
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46;
}
.right-aside .zxwz li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}
.right-aside .zxwz li a{
    color: #5a5a5a;
}
.right-aside .xinshang{}
.right-aside .xinshang ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -7px!important;
    padding-top: 7px;
}
.right-aside .xinshang li{
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
	position: relative;
    line-height: 1.46;
    padding: 0 7px;
    margin: 0 0 15px;
    border: 0;
}
.right-aside .xinshang li .pic{}
.right-aside .xinshang li .pic a{
    position: relative;
    display: block;
    border-radius: 4px;
    background: #f8f9fa;
    overflow: hidden;
}
.right-aside .xinshang li .pic img{
    display: block;
    width: 100%;
    height: 100px;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.right-aside .xinshang li .pic a:hover img {
    opacity: .9;
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.right-aside .xinshang li .tit{
    padding: 6px 0 0;
}
.right-aside .xinshang li .tit a{
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
	color: #5a5a5a;
}
.right-aside .djdzw{}
.right-aside .djdzw ul{}
.right-aside .djdzw li{
    position: relative;
    padding: 5px 0 10px 12px;
    line-height: 1.46;
}
.right-aside .djdzw li:before {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    border: 4px solid transparent;
    border-left: 5px solid #ccc;
}
.right-aside .djdzw li a{
    color: #5a5a5a;
}


.hzhb{

}
.hzhb_box{
    margin-bottom: 20px;
    background: #fff;
}
.hzhb_body{
    padding: 20px;
}
.hzhb_body ul{
    margin: -10px;
	font-size: 0;
}
.hzhb_body li{
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
	width: 14.28%;
}
.hzhb_body li img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #efefef;
    vertical-align: top;
    border-radius: 2px;
}
.links_body{
    padding: 20px;
}
.links_body .links_list{
    margin-right: -20px;
    margin-bottom: -7px;
}
.links_body .links_list a {
	display: inline-block;
	margin: 0 20px 12px 0;
	color: #828282;
	line-height: 1
}
.links_body .links_list a:focus, .links_body .links_list a:hover {
	color: var(--theme-hover);
	text-decoration: none
}

.books-article_li .books-article_li_title{
    padding: 30px 20px 0 20px;
}
.books-article_li h3{
    font-size: 18px;
    font-weight: 500;
	position: relative;
    padding: 0 0 0 12px;
}
.books-article_li .books-article_li_title h3:before{
    position: absolute;
    left: 0;
    top: 1px;
    width: 3px;
    height: calc(100% - 2px);
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}



.books{
    margin-bottom: 20px;
    background: #fff;
}
.books .books-article{
    background: #fff;
    padding: 30px;
	border-bottom: 1px solid #eee;
}
.books h1{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.4;
}
.books .info{
    padding-bottom: 30px;
    color: #828282;
}
.books .info span{}
.books .info a{
    color: #828282;
}
.books .info .dot{
    margin: 0 6px;
    color: #ccc;
}
.books .description{
    padding: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #828282;
    background: #fbfbfb;
    border: 1px solid #efefef;
    border-radius: 3px;
}
.books .description span{
    font-weight: 600;
}
.books .books-article_nr{
    position: relative;
    font-size: 16px;
    color: #262626;
    line-height: 1.8;
}
.books .books-article_nr p{
	margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
	margin: 0 0 10px;
}
.books .books-article_nr strong {
    font-size: 17px;
}
.books .books-article_nr img{
    text-indent: inherit !important;
    display: block;
    margin: 20px auto;
	max-width: 100%;
    vertical-align: top;
	height: auto;
}
.books .books-article_nr h1 {
    margin: 1% 0;
    padding-left: 2%;
	position: relative;
}
.books .books-article_nr h1:before {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    height: 70%;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.books .books-article_nr h2 {
    margin: 1% 0;
    padding-left: 2%;
	position: relative;
}
.books .books-article_nr h2:before {
    position: absolute;
    left: 0px;
    top: 5px;
    width: 5px;
    height: 70%;
    content: "";
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.15),transparent);
    background-image: linear-gradient(180deg,rgba(255,255,255,.15),transparent);
    border-radius: 3px;
}
.books .books-article_nr h3 {
    margin: 1% 0;
	position: relative;
}
.books .books-article_nr h3:before {
	content: "";
    display: inline-block;
    position: static;
    margin-right: 4px;
    margin-top: -3px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(/static/yipeng/img/tb.png) no-repeat 50%;
    background-size: cover;
    font-size: 1.156em;
}

.bqsm{
    padding: 30px 20px;
}
.bqsm p{
    font-size: 14px;
    line-height: 1.6;
    color: #828282;
    padding: 15px;
    border: 1px solid #efefef;
    background: rgba(239,239,239,.4);
    border-radius: 4px;
}


.main-full{
    width: 100%;
}
.main-full .books-article_li .books-article_li_title {
    padding: 30px 30px 0 30px;
}
.main-full .books-article_li ul {
    padding: 0 30px;
}
.main-full .bqsm {
    padding: 30px 30px;
}
.mzsm{
    background: #fff;
    padding: 30px;
	position: relative;
    font-size: 16px;
    color: #262626;
    line-height: 1.8;
}
.mzsm h2{
    margin: 0 0 20px;
    line-height: 1.4;
    font-weight: 600;
	padding-bottom: 12px;
    font-size: 20px;
    border-bottom: 1px solid #efefef;
}
.mzsm p{
    margin-bottom: 20px;
    line-height: 1.8;
    word-wrap: break-word;
	margin: 0 0 10px;
	text-indent: 2em;
	font-size: 16px;
    color: #262626;
    line-height: 1.8;
}
